Fix bug #16448 with non-ASCII error messages in batch mode.
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Feb 2014 11:53:10 +0000 (13:53 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 Feb 2014 11:53:10 +0000 (13:53 +0200)
commit5dcd3c65cfd8847a0498992f7b39fea07c018a54
tree5bf65db6db2d9621a6bf203b451aeb2c52726457
parentea1e5092ba9a299e87cc75da88214a9d61df757e
Fix bug #16448 with non-ASCII error messages in batch mode.

 src/print.c (Fexternal_debugging_output): If the argument character
 is non-ASCII, encode it with the current locale's encoding before
 writing the result to the terminal.
src/ChangeLog
src/print.c